projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a91bf
)
Cargo.toml: Bump to glib 0.14.4
author
Colin Walters
<walters@verbum.org>
Mon, 23 Aug 2021 19:26:08 +0000
(15:26 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:57 +0000
(12:53 -0400)
Not strictly required for this repo, but it has the new variant
bindings we want in ostree-rs-ext.
rust-bindings/rust/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Cargo.toml
b/rust-bindings/rust/Cargo.toml
index 5f631d6f0e6e399d354580e68c1193c419b02476..2f652e851a1216f51e764b352be48a61399e13b2 100644
(file)
--- a/
rust-bindings/rust/Cargo.toml
+++ b/
rust-bindings/rust/Cargo.toml
@@
-31,7
+31,7
@@
members = [".", "sys"]
bitflags = "1.2.1"
ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
gio = "0.14"
-glib = "0.14"
+glib = "0.14
.4
"
hex = "0.4.2"
libc = "0.2"
once_cell = "1.4.0"